[INFO] fetching crate clash-prism-core 0.1.5...
[INFO] fixing clash-prism-core-0.1.5 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate clash-prism-core 0.1.5 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate clash-prism-core 0.1.5
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate clash-prism-core 0.1.5
[INFO] tweaked toml for crates.io crate clash-prism-core 0.1.5 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate clash-prism-core 0.1.5 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate clash-prism-core 0.1.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1d1d198c499694409cb01d39bd2ab34892d65c7a665dc915b8009c4e8cef645f
[INFO] running `Command { std: "docker" "start" "1d1d198c499694409cb01d39bd2ab34892d65c7a665dc915b8009c4e8cef645f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1d1d198c499694409cb01d39bd2ab34892d65c7a665dc915b8009c4e8cef645f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d1d198c499694409cb01d39bd2ab34892d65c7a665dc915b8009c4e8cef645f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1d1d198c499694409cb01d39bd2ab34892d65c7a665dc915b8009c4e8cef645f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking serde_yaml_ng v0.10.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking clash-prism-core v0.1.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stdout] error[E0432]: unresolved import `clash_prism_dsl`
[INFO] [stdout]   --> tests/e2e_helpers.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use clash_prism_dsl::DslParser;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_dsl`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 - use clash_prism_dsl::DslParser;
[INFO] [stdout] 19 + use clash_prism_core::DslParser;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `clash_prism_dsl`
[INFO] [stdout]   --> tests/e2e_helpers.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use clash_prism_dsl::DslParser;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_dsl`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 - use clash_prism_dsl::DslParser;
[INFO] [stdout] 19 + use clash_prism_core::DslParser;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clash-prism-core` (test "e2e_helpers") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]    --> tests/e2e_tests.rs:326:19
[INFO] [stdout]     |
[INFO] [stdout] 326 |     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 326 -     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout] 326 +     let runtime = clash_prism_core::ScriptRuntime::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]    --> tests/e2e_tests.rs:335:19
[INFO] [stdout]     |
[INFO] [stdout] 335 |     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 335 -     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout] 335 +     let runtime = clash_prism_core::ScriptRuntime::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]    --> tests/e2e_tests.rs:344:19
[INFO] [stdout]     |
[INFO] [stdout] 344 |     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 344 -     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout] 344 +     let runtime = clash_prism_core::ScriptRuntime::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `clash_prism_dsl`
[INFO] [stdout]   --> benches/prism_benchmarks.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use clash_prism_dsl::DslParser;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_dsl`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 14 - use clash_prism_dsl::DslParser;
[INFO] [stdout] 14 + use clash_prism_core::DslParser;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]    --> tests/e2e_tests.rs:353:19
[INFO] [stdout]     |
[INFO] [stdout] 353 |     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 353 -     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout] 353 +     let runtime = clash_prism_core::ScriptRuntime::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]    --> tests/e2e_tests.rs:362:19
[INFO] [stdout]     |
[INFO] [stdout] 362 |     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 362 -     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout] 362 +     let runtime = clash_prism_core::ScriptRuntime::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]    --> tests/e2e_tests.rs:378:19
[INFO] [stdout]     |
[INFO] [stdout] 378 |     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 378 -     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout] 378 +     let runtime = clash_prism_core::ScriptRuntime::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]    --> tests/e2e_tests.rs:387:19
[INFO] [stdout]     |
[INFO] [stdout] 387 |     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 387 -     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout] 387 +     let runtime = clash_prism_core::ScriptRuntime::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]    --> tests/e2e_tests.rs:394:19
[INFO] [stdout]     |
[INFO] [stdout] 394 |     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 394 -     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout] 394 +     let runtime = clash_prism_core::ScriptRuntime::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]     --> tests/e2e_tests.rs:1256:19
[INFO] [stdout]      |
[INFO] [stdout] 1256 |     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1256 -     let runtime = clash_prism_script::ScriptRuntime::new();
[INFO] [stdout] 1256 +     let runtime = clash_prism_core::ScriptRuntime::new();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]     --> tests/e2e_tests.rs:1280:40
[INFO] [stdout]      |
[INFO] [stdout] 1280 |     let kv_store = std::sync::Arc::new(clash_prism_script::api::KvStore::new());
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1280 -     let kv_store = std::sync::Arc::new(clash_prism_script::api::KvStore::new());
[INFO] [stdout] 1280 +     let kv_store = std::sync::Arc::new(clash_prism_core::api::KvStore::new());
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]     --> tests/e2e_tests.rs:1283:20
[INFO] [stdout]      |
[INFO] [stdout] 1283 |     let runtime1 = clash_prism_script::ScriptRuntime::with_config(
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1283 -     let runtime1 = clash_prism_script::ScriptRuntime::with_config(
[INFO] [stdout] 1283 +     let runtime1 = clash_prism_core::ScriptRuntime::with_config(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]     --> tests/e2e_tests.rs:1284:9
[INFO] [stdout]      |
[INFO] [stdout] 1284 |         clash_prism_script::limits::ScriptLimits::default(),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1284 -         clash_prism_script::limits::ScriptLimits::default(),
[INFO] [stdout] 1284 +         clash_prism_core::limits::ScriptLimits::default(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]     --> tests/e2e_tests.rs:1285:9
[INFO] [stdout]      |
[INFO] [stdout] 1285 |         clash_prism_script::api::ScriptContext::default(),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1285 -         clash_prism_script::api::ScriptContext::default(),
[INFO] [stdout] 1285 +         clash_prism_core::api::ScriptContext::default(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]     --> tests/e2e_tests.rs:1302:20
[INFO] [stdout]      |
[INFO] [stdout] 1302 |     let runtime2 = clash_prism_script::ScriptRuntime::with_config(
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1302 -     let runtime2 = clash_prism_script::ScriptRuntime::with_config(
[INFO] [stdout] 1302 +     let runtime2 = clash_prism_core::ScriptRuntime::with_config(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]     --> tests/e2e_tests.rs:1303:9
[INFO] [stdout]      |
[INFO] [stdout] 1303 |         clash_prism_script::limits::ScriptLimits::default(),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1303 -         clash_prism_script::limits::ScriptLimits::default(),
[INFO] [stdout] 1303 +         clash_prism_core::limits::ScriptLimits::default(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `clash_prism_script` in this scope
[INFO] [stdout]     --> tests/e2e_tests.rs:1304:9
[INFO] [stdout]      |
[INFO] [stdout] 1304 |         clash_prism_script::api::ScriptContext::default(),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `clash_prism_script`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1304 -         clash_prism_script::api::ScriptContext::default(),
[INFO] [stdout] 1304 +         clash_prism_core::api::ScriptContext::default(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clash-prism-core` (bench "prism_benchmarks") due to 1 previous error
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clash-prism-core` (test "e2e_tests") due to 17 previous errors
[INFO] running `Command { std: "docker" "inspect" "1d1d198c499694409cb01d39bd2ab34892d65c7a665dc915b8009c4e8cef645f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d1d198c499694409cb01d39bd2ab34892d65c7a665dc915b8009c4e8cef645f", kill_on_drop: false }`
[INFO] [stdout] 1d1d198c499694409cb01d39bd2ab34892d65c7a665dc915b8009c4e8cef645f
